/* data archive: #navcontainer, #bodyEdge */

#bodyEdge {
      background: url(../../images/editable_images/toolbar_4_wood.jpg) repeat-x scroll center top;
}

/* @group toolbar */

#navcontainer #current {
      text-shadow: 0px 0px 0px #ffffff;
      color: #D3D3D2;
            background-image: url(../../images/elements/corners/toolbar_4separtor.jpg);
      font-weight: bold;
}

/* x */

#navcontainer li {
}

#navcontainer a{

      text-shadow: 0px 0px 0px #ffffff;
      color: #ffffff;
      background: url(../../images/elements/corners/toolbar_1separtor.jpg) no-repeat 0 50%;
}


#navcontainer a:hover {
      background: transparent url(../../images/elements/corners/toolbar_4separtor.jpg) no-repeat 0 50%;
      text-shadow: 0px 0px 0px #ffffff;
      color: #D3D3D2;
}

#navcontainer a:active {
      text-shadow: 0px 0px 0px #ffffff;
      background: url(../../images/elements/corners/toolbar_4separtor.jpg) no-repeat 0 50%;
      color: #D3D3D2;
}

#navcontainer .currentAncestor {
      text-shadow: 0px 0px 0px #ffffff;
      background: url(../../images/elements/corners/toolbar_4separtor.jpg) no-repeat 0 50%;
      font-weight: bold;
      color: #D3D3D2;
}

/* I */

#navcontainer ul ul a {
      text-shadow: 0px 0px 0px #ffffff;
      color: #D3D3D2;      
}

#navcontainer ul ul a:hover{
      color: #D3D3D2;
      text-shadow: 0px 0px 0px #ffffff;
      
}

#navcontainer ul ul #current{
      color: #D3D3D2;
      text-shadow: 0px 0px 0px #ffffff;
      font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
      background: none;
      text-shadow: 0px 0px 0px #ffffff;
      color: #D3D3D2;
      font-weight: bold;

}

/* II  --> over */

#navcontainer ul ul ul li a:hover
 {
      color: #D3D3D2;
      text-shadow: 0px 0px 0px #000000;
            
}

#navcontainer ul ul ul #current {
      color: #D3D3D2;
      font-weight: bold;
}
      
/* @end */


